home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / appnotes / 216_230 / 217c / Text
Encoding:
Text File  |  1994-03-17  |  3.5 KB  |  97 lines

  1. 30th July 1992
  2. -----------------------------------------------------------------------------
  3. Support Group Application Note 
  4. Number: 217
  5. Issue: 1.1 
  6. Author: Russell Scott
  7. -----------------------------------------------------------------------------
  8.  
  9. Setting up the correct keyboard driver when using the PC Emulator on the 
  10. Acorn A4
  11.  
  12. -----------------------------------------------------------------------------
  13. Applicable Hardware: Acorn A4
  14.  
  15. Related Application Notes:      
  16.                                 216 - Using EDLIN/ EDITOR
  17.  
  18. -----------------------------------------------------------------------------
  19. Copyright (C) Acorn Computers Limited 1992
  20.  
  21. Every effort has been made to ensure that the information in this leaflet is 
  22. true and correct at the time of printing. However, the products described in
  23. this leaflet are subject to continuous development and improvements and
  24. Acorn Computers Limited reserves the right to change its specifications at
  25. any time. Acorn Computers Limited cannot accept liability for any loss or
  26. damage arising from the use of any information or particulars in this
  27. leaflet. ACORN, ECONET and ARCHIMEDES are trademarks of Acorn Computers
  28. Limited.
  29. -----------------------------------------------------------------------------
  30. Support Group
  31. Acorn Computers Limited
  32. Acorn House
  33. Vision Park
  34. Histon
  35. Cambridge       CB4 4AE
  36. -----------------------------------------------------------------------------
  37.  
  38.  
  39. This application note describes how to setup the correct keyboard driver
  40. when using the PC Emulator on the Acorn A4. It covers both MS-DOS and DR
  41. DOS.
  42.  
  43.  
  44.  
  45. Introduction
  46.  
  47. All the other RISC OS based machines use a US style keyboard layout. When
  48. using MS-DOS this is fine as it is already setup to use this layout. DR DOS
  49. is slightly different in that you have to go through the setup/installation
  50. procedure which contains the configuration options regarding keyboard
  51. layout. 
  52.  
  53. The Acorn A4 has a UK style keyboard layout, so a UK keyboard configuration
  54. needs to be loaded so that the keys produce the correct characters. Using
  55. the US layout you will find that the \ (backslash) key does not work, and
  56. that it is only produced when depressing the # (hash) key. This can be
  57. rectified by using the UK style keyboard layout.
  58.  
  59. Installing the UK keyboard under MS-DOS
  60.                                           
  61. To setup the UK style keyboard layout, you need to add the following line to
  62. your AUTOEXEC.BAT file using EDITOR (see App Note 216 on how to use EDITOR):
  63.  
  64.         KEYB UK
  65.  
  66. If you do not have an AUTOEXEC.BAT in the root directory, then entering the
  67. following line will create one for you and insert the KEYB UK command:
  68.  
  69.         ECHO KEYB UK >> C:\AUTOEXEC.BAT 
  70.  
  71. remembering to press <Return> at the end of the line. You will also need to
  72. make sure that you have a copy of KEYB.COM and KEYBOARD.SYS in the root
  73. (top) directory of your disc or that the path pointing to the DOS utilities
  74. directory is set.
  75.  
  76. Reboot the emulator by pressing the CTRL ALT and DELETE keys simultaneously.
  77.  
  78.  
  79. Installing the UK keyboard under DR DOS
  80.  
  81. If you are installing DR DOS for the first time you will go straight into
  82. the installation/setup program. If not, you just need to type SETUP
  83. <Return>. This will then run the setup program for you.
  84.  
  85. Go through the options until you come to the Country/Keyboard screen. Then:
  86.  
  87.         a)  change the country setting to UK (044)
  88.  
  89.         b)  change the keyboard to United Kingdom English (UK)
  90.  
  91.  
  92. Leave the keyboard set to Enhanced Keyboard (101/102) keys.
  93.  
  94. Accept the changes and reboot the emulator (using CTRL, ALT and DELETE).
  95.  
  96.  
  97.